home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / stnd.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.3 KB  |  93 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Standards Checker          
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : Bill Toscano, Michael Gordon
  7. --                   : Intermetrics, Inc, 
  8. --                   : 733 Concord Ave
  9. --                   : Cambridge, MA 02138 
  10. --                   : Contact: Lt. Colonel Falgiano
  11. --                   : ESD/SCW
  12. --                   : Hanscom AFB, MA  01731
  13. -- COPYRIGHT         : (c) 1985 Intermetrics, Inc. 
  14. -- DATE CREATED      : 15 October 1985 
  15. -- DATE RELEASED     : 18 March 1985 
  16. -- DATE LAST UPDATED : 17 March 1985 
  17. -- LOCATION          : ASR
  18. -- ENVIRONMENT       : 
  19. --= CLASSIFICATION       ===============================================--
  20. -- CATEGORY LEVEL 1  : PROGRAMMING TOOLS
  21. -- CATEGORY LEVEL 2  : STANDARDS
  22. -- CATEGORY LEVEL 3  : Standards Checker 2
  23. -- CATEGORY LEVEL 4  : 
  24. -- KEYWORD           : 
  25. -- INDEX             : Ada Style
  26. -- INDEX             : Style
  27. -- INDEX             : Standards Checker
  28. -- INDEX             : Checker, Standards
  29. -- TAXONOMY          : 
  30. -- DEPENDENCIES      : 
  31. -- SEE ALSO          : WIS_TOOL_06_2
  32. -- SEE ALSO          : ABSTRACT
  33. --= FILE LISTING         ===============================================--
  34. -- FILE SPECS        : PD:<ADA.STYLE>STND*.*
  35. -- FILE SPECS        : PD:<ADA.COMPONENTS>ABSTRACT.*
  36. -- DIRECTORY DISPLAY :
  37. -- Directory   PD:<ADA.STYLE>
  38. --      File Name     Byte Count  Line Count
  39. --   ---------------  ----------  ----------
  40. --   STND.CMM               1373          34
  41. --   STND.CO                 123          10
  42. --   STND.DOC              74984        2564
  43. --   STND.PRO               3752          75
  44. --   STND.SRC             282653        6041
  45. --   STND.TST                125           7
  46. --   STNDABS.CO              622          54
  47. --   STNDABS.NOT             236           5
  48. --   STNDDOC.DIS              79           7
  49. --   STNDREAD.ME            3918         101
  50. --   ===============  ==========  ==========
  51. --    10 Files            367865        8898
  52. -- Directory   PD:<ADA.COMPONENTS>
  53. --      File Name     Byte Count  Line Count
  54. --   ---------------  ----------  ----------
  55. --   ABSTRACT.CMM           2263          57
  56. --   ABSTRACT.CO            2657          51
  57. --   ABSTRACT.PRO           3334          74
  58. --   ABSTRACT.SRC         572620       17976
  59. --   ===============  ==========  ==========
  60. --     4 Files            580874       18158
  61. --= ABSTRACT             ===============================================--
  62. --         The  Standards  Checker  checks  a  source file to see that it
  63. -- conforms to local  programming  standards.   These  standards  include
  64. -- maximum  number of lines per program unit, maximum number of arguments
  65. -- to a subprogram, use of pragmas,  use  of  rep  specs,  use  of  named
  66. -- literals, naming of types and variables, etc.  An annotated listing is
  67. -- output showing any misuse of these language constructs.
  68. --= REVISION HISTORY     ===============================================--
  69. --
  70. -- DATE         VERSION AUTHOR                  HISTORY 
  71. -- 03/85        1.0  Bill Toscano               Initial Release 
  72. --= RELEASE NOTICE       ===============================================--
  73. -- This prologue must be included in all copies of this software.
  74. -- 
  75. -- This software is copyright by the author.
  76. -- 
  77. -- This software is released to the Ada community.
  78. -- This software is released to the Public Domain (note:
  79. --   software released to the Public Domain is not subject
  80. --   to copyright protection).
  81. -- Restrictions on use or distribution:  NONE
  82. --= DISCLAIMER           ===============================================--
  83. --     This software and its documentation are provided "AS IS" and
  84. -- without any expressed or implied warranties whatsoever.  No warranties
  85. -- as to performance, merchantability, or fitness for a particular
  86. -- purpose exist.
  87. --     The user is advised to test the software thoroughly before
  88. -- relying on it.  The user must assume the entire risk and liability of
  89. -- using this software.  In no event shall any person or organization of
  90. -- people be held responsible for any direct, indirect, consequential or
  91. -- inconsequential damages or lost profits.
  92. --======================================================================--
  93.